home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineButton2_320 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  196b  |  12 lines

  1. on(release){
  2.    this.gotoAndStop(1);
  3.    if(_root.c_rat.max_record == 0)
  4.    {
  5.       _root.o_menu.bPublish._alpha = 40;
  6.    }
  7.    else
  8.    {
  9.       _root.o_menu.bPublish._alpha = 100;
  10.    }
  11. }
  12.